Custom

data class Custom(@IntRange(from = 1) val bitsPerSecond: Int) : VideoBitrate

An explicit video bitrate in bits per second.

Constructors

Link copied to clipboard
constructor(@IntRange(from = 1) bitsPerSecond: Int)

Properties

Link copied to clipboard